type github.com/jackc/pgx/v5/pgtype.encodePlanBytesCodecTextBytesValuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L89: 			return encodePlanBytesCodecTextBytesValuer{}
		bytea.go#L134: type encodePlanBytesCodecTextBytesValuer struct{}
		bytea.go#L136: func (encodePlanBytesCodecTextBytesValuer) Encode(value any, buf []byte) (newBuf []byte, err error) {